Skip to content

Commit

Permalink
fix ctest test-dir argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber2022 committed Jul 29, 2024
1 parent 0ac9a79 commit 55599ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ test:
cd bin; \
cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DOpenBabel2_DIR=../openbabel/build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON ../src/; \
make -j$$(nproc); \
ctest --output-on-failure --test-dir bin/test; \
ctest --output-on-failure --test-dir test; \
cd $(mofid-dir); \
python tests/check_run_mofid.py; \
python tests/check_mof_composition.py

Expand Down

0 comments on commit 55599ad

Please sign in to comment.