Skip to content

Commit

Permalink
Fix a bug for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvergn committed Jan 24, 2025
1 parent ecdb1b8 commit 09aac79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj/*
sub_pot/sub_system.f
sub_pot/sub_system.f90
res
TESTS/Taylor*.keo
TESTS/*log
TESTS/err_Tnum
TESTS/res*
Expand Down
1 change: 1 addition & 0 deletions TESTS/clean
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rm -f res* *.log err_Tnum
rm -f keo.op freq.xyz TanaF2F1Vep.f90
rm -f Taylor*.keo
cd OOP ; ./clean
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ all: lib Tnum-dist Tnum_MCTDH Tnum_MidasCpp Tnum_FDriver Tnum_cDriver X2Q
#===============================================
#
.PHONY: ut UT_Tnum ut_Tnum UT_tnum ut_tnum
ut UT_Tnum ut_Tnum UT_tnum ut_tnum: Tnum
ut UT_Tnum ut_Tnum UT_tnum ut_tnum: Tnum Tnum_MidasCpp
@echo "---------------------------------------"
@echo "Unitary tests for the Tnum"
@cd TESTS ; ./run_tests_WithoutComp
Expand Down

0 comments on commit 09aac79

Please sign in to comment.