Skip to content

Commit

Permalink
Emit also the Emacs sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Mar 17, 2024
1 parent 4b4dae5 commit 21be2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ e2e-run: $(PROGS) # Help: Invoke the library with a readline read/print loop
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) ./rl_driver

e2e-test: $(PROGS) # Help: Test the readline hook
printf 'Open the pod bay doors HAL\eV' | \
printf 'Open the pod bay doors HAL\eV\030A' | \
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) AI_CLI_general_api=hal ./rl_driver | \
grep Dave

Expand Down

0 comments on commit 21be2b1

Please sign in to comment.