File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ include prorab-test.mk
33
44$(eval $(call prorab-config, ../../config))
55
6- this_name := harness
6+ this_name := harness$( this_dbg )
77
88this_soname := 0
99
1010this_srcs += $(call prorab-src-dir, .)
1111
12- this_ldlibs += -l papki
13- this_ldlibs += ../../src/out/$(c ) /libcssom$(dot_so )
12+ this_ldlibs += -l papki$( this_dbg )
13+ this_ldlibs += ../../src/out/$(c ) /libcssom$(this_dbg )$( dot_so )
1414
1515this_no_install := true
1616
Original file line number Diff line number Diff line change @@ -7,22 +7,19 @@ this_name := tests
77
88this_srcs += $(call prorab-src-dir, .)
99
10- this_ldlibs += -lharness -lcssom -lpapki -lutki -ltst
11- this_ldflags += -L$(d ) ../../src/out/$(c )
12- this_ldflags += -L$(d ) ../harness/out/$(c )
10+ this_ldlibs += -l papki$(this_dbg )
11+ this_ldlibs += -l utki$(this_dbg )
12+ this_ldlibs += -l tst
13+
14+ this_ldlibs += ../../src/out/$(c ) /libcssom$(this_dbg )$(dot_so )
15+ this_ldlibs += ../harness/out/$(c ) /libharness$(this_dbg )$(dot_so )
1316
1417this_cxxflags += -isystem ../../src
1518
1619this_no_install := true
1720
1821$(eval $(prorab-build-app))
1922
20- # add dependency on libcssom
21- $(prorab_this_name ) : $(abspath $(d ) ../../src/out/$(c ) /libcssom$(dot_so ) )
22-
23- # add dependency on libharness
24- $(prorab_this_name ) : $(abspath $(d ) ../harness/out/$(c ) /libharness$(dot_so ) )
25-
2623this_test_cmd := $(prorab_this_name ) --junit-out=out/$(c ) /junit.xml
2724this_test_deps := $(prorab_this_name )
2825this_test_ld_path := ../../src/out/$(c ) ../harness/out/$(c )
You can’t perform that action at this time.
0 commit comments