Skip to content

Commit d061b14

Browse files
committed
makes more sense to have these schemas under test/unitary_schemas
1 parent b3a284a commit d061b14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/exppp/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ set_tests_properties( test_breakLongStr PROPERTIES DEPENDS build_tst_breakLongSt
2121
add_test( NAME test_exppp_unique_qualifiers
2222
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
2323
COMMAND ${CMAKE_COMMAND} -DEXPPP=$<TARGET_FILE:exppp>
24-
-DINFILE=${CMAKE_CURRENT_SOURCE_DIR}/unique_qualifiers.exp
24+
-DINFILE=${SC_SOURCE_DIR}/test/unitary_schemas/unique_qualifiers.exp
2525
-P ${CMAKE_CURRENT_SOURCE_DIR}/unique_qualifiers.cmake
2626
)
2727

2828
add_test( NAME test_exppp_inverse_qualifiers
2929
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
3030
COMMAND ${CMAKE_COMMAND} -DEXPPP=$<TARGET_FILE:exppp>
31-
-DINFILE=${CMAKE_CURRENT_SOURCE_DIR}/../../express/test/inverse_qualifiers.exp
31+
-DINFILE=${SC_SOURCE_DIR}/test/unitary_schemas/inverse_qualifiers.exp
3232
-P ${CMAKE_CURRENT_SOURCE_DIR}/inverse_qualifiers.cmake
3333
)
3434
set_tests_properties( test_exppp_unique_qualifiers test_exppp_inverse_qualifiers PROPERTIES DEPENDS exppp )
File renamed without changes.

src/exppp/test/unique_qualifiers.exp renamed to test/unitary_schemas/unique_qualifiers.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(* This is a test file for the EXPRESS Pretty Printer
2-
* exppp, part of STEPcode (formerly NIST's SCL).
1+
(* This is a test file for the EXPRESS parser (libexpress) and
2+
* pretty printer (exppp), parts of STEPcode (formerly NIST's SCL).
33
*)
44

55
SCHEMA lost_unique_qualifiers;

0 commit comments

Comments
 (0)