We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c71c15 commit 5876ac3Copy full SHA for 5876ac3
ut/Makefile
@@ -26,8 +26,7 @@ ut-greg2: ut-greg2.cpp ../triang.hpp utils.hpp
26
ut-greg1: ut-greg1.cpp ../triang.hpp utils.hpp
27
$(CXX) $(CXXFLAGS) -o $@ $< -lm
28
29
-TARGETS = ut-isinside ut-grid ut-random-grid ut-random dump-xg-frames ut-circum \
30
- ut-greg1 ut-greg2 ut-seg-cross
+TARGETS = ut-grid ut-random-grid ut-random ut-greg1 ut-greg2
31
32
all: $(TARGETS)
33
ut/run1test.sh
@@ -15,4 +15,4 @@ logname=${rootname}.log
15
16
time stdbuf -o 0 -e 0 $exname $* > $logname 2>&1
17
18
-echo RC = $? " <====== " $* >> $logname
+echo RC = $? " <====== " $exname $* >> $logname
0 commit comments