Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and pcanal committed Apr 15, 2024
1 parent 157c5ed commit 12918d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion root/treeformula/scan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLEAN_TARGETS += $(ALL_LIBRARIES) *.log *.clog testScanIn.root
# only target added. If the name of the target is changed in the rules then
# the name should be changed accordingly in this list.

TEST_TARGETS += Formatting mytest
TEST_TARGETS += Formatting loadDim mytest

# Search for Rules.mk in roottest/scripts
# Algorithm: Find the current working directory and remove everything after
Expand Down Expand Up @@ -62,6 +62,9 @@ endif
# By default the TestDiff variable is set to compare the .log and .ref files
# To run a diff and ignore whitespacing use $(TestDiffW)

LoadDim: LoadDim.log
$(TestDiff)

testWithDiff: testWithDiff.log testWithDiff.ref
$(TestDiff)

Expand Down

0 comments on commit 12918d2

Please sign in to comment.