diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-02-01 11:48:57 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-08 18:05:13 +0100 |
commit | 9a22cca549f88f955163e165b8849a6129925e8b (patch) | |
tree | 4f600b37af0f7b3cc8603e09767c2057161cfcc8 /lib/tools/test/Makefile | |
parent | 98b2678497e1d5eed9d343d7dc6f4ed3ac4a6094 (diff) | |
download | otp-9a22cca549f88f955163e165b8849a6129925e8b.tar.gz otp-9a22cca549f88f955163e165b8849a6129925e8b.tar.bz2 otp-9a22cca549f88f955163e165b8849a6129925e8b.zip |
Add test suite for lcnt in tools
Diffstat (limited to 'lib/tools/test/Makefile')
-rw-r--r-- | lib/tools/test/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/tools/test/Makefile b/lib/tools/test/Makefile index a846a3a6f4..3a59be758a 100644 --- a/lib/tools/test/Makefile +++ b/lib/tools/test/Makefile @@ -26,6 +26,7 @@ MODULES = \ fprof_SUITE \ cprof_SUITE \ instrument_SUITE \ + lcnt_SUITE \ make_SUITE \ tools_SUITE \ xref_SUITE \ @@ -49,7 +50,8 @@ RELSYSDIR = $(RELEASE_PATH)/tools_test # FLAGS # ---------------------------------------------------- ERL_MAKE_FLAGS += -ERL_COMPILE_FLAGS += -I$(ERL_TOP)/lib/test_server/include +ERL_COMPILE_FLAGS += -I$(ERL_TOP)/lib/test_server/include \ + -I$(ERL_TOP)/lib/percept/include EBIN = . @@ -68,10 +70,11 @@ tests debug opt: make_emakefile clean: rm -f $(EMAKEFILE) rm -f $(TARGET_FILES) - rm -f core + rm -f core *~ docs: + # ---------------------------------------------------- # Release Target # ---------------------------------------------------- |