Skip to content
Snippets Groups Projects
Commit cd201c80 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

make gdb_verify fixed

Rev: src/modules/dynamic_module_makefile.in:1.2
Rev: src/modules/static_module_makefile.in:1.2
parent c15240ce
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ verbose_verify: module_testsuite
gdb_verify: module_testsuite
@echo >.gdbinit handle SIGUSR1 nostop noprint pass
@echo >>.gdbinit run -m $(SRCDIR)/../../../lib/master.pike $(PIKEOPTS) $(SRCDIR)/../../../bin/test_pike.pike module_testsuite -v -v -f
@echo >>.gdbinit run -DNOT_INSTALLED -M.. -m $(SRCDIR)/../../../lib/master.pike $(PIKEOPTS) $(SRCDIR)/../../../bin/test_pike.pike module_testsuite -v -v -f
gdb ../../pike
@rm .gdbinit
......
......@@ -38,7 +38,7 @@ verbose_verify: module_testsuite
gdb_verify: module_testsuite
@echo >.gdbinit handle SIGUSR1 nostop noprint pass
@echo >>.gdbinit run -m $(SRCDIR)/../../../lib/master.pike $(PIKEOPTS) $(SRCDIR)/../../../bin/test_pike.pike module_testsuite -v -v -f
@echo >>.gdbinit run -DNOT_INSTALLED -M.. -m $(SRCDIR)/../../../lib/master.pike $(PIKEOPTS) $(SRCDIR)/../../../bin/test_pike.pike module_testsuite -v -v -f
gdb ../../pike
@rm .gdbinit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment