mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
psyc_is_var_routing() -> psyc_var_routing()
This commit is contained in:
parent
8fcceff88f
commit
eaeab8c226
7 changed files with 76 additions and 76 deletions
|
@ -3,7 +3,7 @@ DEBUG = 2
|
|||
CFLAGS = -I../include -I../src -Wall -std=c99 ${OPT}
|
||||
LDFLAGS = -L../lib
|
||||
LOADLIBES = -lpsyc -lm
|
||||
TARGETS = test_psyc test_psyc_speed test_parser test_match test_render test_text var_is_routing var_type uniform_parse test_list test_table test_packet_id method
|
||||
TARGETS = test_psyc test_psyc_speed test_parser test_match test_render test_text var_routing var_type uniform_parse test_list test_table test_packet_id method
|
||||
O = test.o
|
||||
WRAPPER =
|
||||
DIET = diet
|
||||
|
@ -45,7 +45,7 @@ test: ${TARGETS}
|
|||
./test_render
|
||||
./test_match
|
||||
./test_text
|
||||
./var_is_routing
|
||||
./var_routing
|
||||
./var_type
|
||||
./uniform_parse
|
||||
./test_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue