File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ if (BUILD_TESTS)
133
133
# target runs tests without building them.
134
134
add_custom_target (run_tests COMMAND ${CMAKE_CTEST_COMMAND}
135
135
DEPENDS libjsonnet_test libjsonnet_test_file libjsonnet_test_snippet
136
- jsonnet parser_test lexer_test libjsonnet++_test
136
+ jsonnet parser_test lexer_test libjsonnet++_test libjsonnet_test_locale
137
137
)
138
-
139
138
endif ()
140
-
141
-
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ MAKEDEPEND_SRCS = \
147
147
cmd/jsonnetfmt.cpp \
148
148
core/libjsonnet_test_snippet.c \
149
149
core/libjsonnet_test_file.c \
150
- core /libjsonnet_test_locale.cpp
150
+ cpp /libjsonnet_test_locale.cpp
151
151
152
152
depend : core/std.jsonnet.h
153
153
rm -f Makefile.depend
@@ -198,7 +198,7 @@ libjsonnet_test_file: $(LIBJSONNET_TEST_FILE_SRCS)
198
198
$(CC ) $(CFLAGS ) $(LDFLAGS ) $< -L. -ljsonnet -o $@
199
199
200
200
LIBJSONNET_TEST_LOCALE_SRCS = \
201
- core /libjsonnet_test_locale.cpp \
201
+ cpp /libjsonnet_test_locale.cpp \
202
202
libjsonnet++.so \
203
203
include/libjsonnet++.h
204
204
Original file line number Diff line number Diff line change @@ -61,4 +61,7 @@ if (BUILD_TESTS)
61
61
add_test_executablepp (libjsonnet++_test )
62
62
# Run this in the source tree because it needs to access testdata files.
63
63
add_test (NAME libjsonnet++_test COMMAND ${GLOBAL_OUTPUT_PATH} /libjsonnet++_test WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /.." )
64
+
65
+ add_test_executablepp (libjsonnet_test_locale )
66
+ add_test (NAME libjsonnet_test_locale COMMAND ${GLOBAL_OUTPUT_PATH} /libjsonnet_test_locale WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /.." )
64
67
endif ()
File renamed without changes.
You can’t perform that action at this time.
0 commit comments