aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorGeoff Gustafson <geoff@linux.intel.com>2016-11-14 11:25:13 -0800
committerJimmy Huang <jimmy.huang@linux.intel.com>2016-11-14 11:25:13 -0800
commit4e1f5121f247b02317844a4adf9a0a7672f52898 (patch)
treeffdb21cd150de0abe8bdd0eff53e1b4b0dcb1f57 /Makefile.linux
parentf9791d9d92f4db6817b9a4970b4db67a66c38023 (diff)
[unittest] Add unit tests in a new src/tests directory (#427)
The tests are built only for linux and can be run by passing 'tests' to jslinux. Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux
index b005173..b1a3248 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -25,6 +25,7 @@ CORE_SRC += src/zjs_buffer.c \
src/zjs_script.c \
src/zjs_script_gen.c \
src/zjs_timers.c \
+ src/zjs_unit_tests.c \
src/zjs_util.c
CORE_OBJ = $(CORE_SRC:%.c=%.o)