File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,12 @@ endif()
4444
4545set (APPS_DIR "../../Apps" )
4646set (UNITTESTS_DIR "${APPS_DIR} /UnitTests" )
47- set (LOCAL_SCRIPTS "${UNITTESTS_DIR} /dist/tests.js" )
4847
4948set (SOURCES
50- "${UNITTESTS_DIR} /Shared/Shared.h"
51- "${UNITTESTS_DIR} /Shared/Shared.cpp" )
49+ "${UNITTESTS_DIR} /Shared/Tests.h"
50+ "${UNITTESTS_DIR} /Shared/Tests.cpp"
51+ "${UNITTESTS_DIR} /Shared/Tests.JavaScript.cpp"
52+ "${UNITTESTS_DIR} /Shared/Tests.NativeEngine.cpp" )
5253
5354if (WIN32 AND NOT WINDOWS_STORE)
5455 set (SOURCES ${SOURCES} "${UNITTESTS_DIR} /Win32/App.cpp" )
@@ -121,7 +122,7 @@ elseif(NAPI_JAVASCRIPT_ENGINE STREQUAL "V8")
121122 endif ()
122123endif ()
123124
124- add_executable (TestInstall ${LOCAL_SCRIPTS} ${ SOURCES} )
125+ add_executable (TestInstall ${SOURCES} )
125126
126127set (INSTALL_LIBS_DIR "${BINARY_DIR} /install/lib" )
127128target_include_directories (TestInstall PRIVATE "${BINARY_DIR} /install/include" )
You can’t perform that action at this time.
0 commit comments