Skip to content

Commit

Permalink
[tests] Un-server-driverify move_c_function (still not working, though)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Jun 12, 2024
1 parent afdb074 commit 566eebe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_move_c_function/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
include ../Makefile.boilerplate


$(TEST):
@-$(EDIT_SERVER_DRIVER) commands.input $(EXTRA) > output.tmp
ARGUMENTS = -xrefactory-II -refactory -rfct-move-function -commentmovinglevel=0 -movetargetfile=target.c -rfct-param1=3 -olcursor=32 source.c

$(TEST): .c-xrefrc
@$(COMMAND) > output.tmp
@$(NORMALIZE) output.tmp > output
$(VERIFY)

Expand All @@ -12,7 +14,5 @@ trace: $(TEST)
clean:
rm -rf .c-xrefrc CXrefs output.log output.tmp

debug:
$(EDIT_SERVER_DRIVER) commands.input $(EXTRA) --delay 5 > output.tmp &
sleep 1
sudo gdb -pid `pgrep -a c-xref | grep -v emacs | awk '{ print $$1 }'` -ex 'br moveFunction' -ex 'continue'
command:
echo $(COMMAND)
File renamed without changes.
File renamed without changes.

0 comments on commit 566eebe

Please sign in to comment.