Skip to content

Commit

Permalink
comments added for temporary hack to this test; to be addressed with …
Browse files Browse the repository at this point in the history
…issue #338
  • Loading branch information
JohnJacobsonIII committed Jun 15, 2021
1 parent 0912abb commit 0e84d82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/flit_makefile/tst_incremental_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
>>> touched_files(before_build)
['devrun', 'obj/dev/ALL-FLIT.cpp.o', 'obj/dev/Empty.cpp.o', 'obj/dev/main.cpp.o']
This is erroneously touched by `make --touch` due to a no-op recipe in the makefile.
Should be removed in Issue 338 fix
>>> touched_files(after_build)
['devrun']
Expand Down Expand Up @@ -176,6 +178,8 @@
>>> touched_files(before_build)
['gtrun', 'obj/gt/ALL-FLIT.cpp.o', 'obj/gt/Empty.cpp.o', 'obj/gt/main.cpp.o']
This is erroneously touched by `make --touch` due to a no-op recipe in the makefile.
Should be removed in Issue 338 fix
>>> touched_files(after_build)
['gtrun']
Expand Down

0 comments on commit 0e84d82

Please sign in to comment.