Add more "integration" tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# -*- python -*-
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
#
|
||||
@@ -12,7 +14,7 @@ lib_srcs = ["src/parse.c", "src/memory.c", "src/builtins.c", "src/evaluate.c", "
|
||||
lib_includes = ["src/"]
|
||||
|
||||
|
||||
test_srcs = ["test/test_parse.c", "test/test_utility.c", "test/test_state.c"]
|
||||
test_srcs = ["test/test_parse.c", "test/test_utility.c", "test/test_state.c", "test/test_e2e.c"]
|
||||
test_lib_srcs = ["third-party/unity/src/unity.c"]
|
||||
test_lib_includes = ["third-party/unity/src/"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user