Skip to content

Commit 5876ac3

Browse files
committed
Update Makefile, modified run1test.sh
1 parent 7c71c15 commit 5876ac3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ut/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ ut-greg2: ut-greg2.cpp ../triang.hpp utils.hpp
2626
ut-greg1: ut-greg1.cpp ../triang.hpp utils.hpp
2727
$(CXX) $(CXXFLAGS) -o $@ $< -lm
2828

29-
TARGETS = ut-isinside ut-grid ut-random-grid ut-random dump-xg-frames ut-circum \
30-
ut-greg1 ut-greg2 ut-seg-cross
29+
TARGETS = ut-grid ut-random-grid ut-random ut-greg1 ut-greg2
3130

3231
all: $(TARGETS)
3332

ut/run1test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ logname=${rootname}.log
1515

1616
time stdbuf -o 0 -e 0 $exname $* > $logname 2>&1
1717

18-
echo RC = $? " <====== " $* >> $logname
18+
echo RC = $? " <====== " $exname $* >> $logname

0 commit comments

Comments
 (0)