]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - test/Makefile
Added new programm to test the CAN filters in af_can.c .
[socketcan-devel.git] / test / Makefile
index 15ec065d9f2233417707f1607a0e0d791bbef06d..812e4554ea5fe195348eeb647642e498ecacf353 100644 (file)
@@ -40,7 +40,9 @@
 #
 #  Send feedback to <socketcan-users@lists.berlios.de>
 
-CFLAGS    = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
+KERNELDIR = ../kernel/2.6
+
+CFLAGS    = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \
            -fno-strict-aliasing \
            -DETH_P_CAN=0x000C \
            -DPF_CAN=29 \
@@ -51,8 +53,10 @@ PROGRAMS =   tst-raw           \
                tst-err           \
                tst-raw-sendto    \
                tst-packet        \
+               tst-filter        \
                tst-filter-master \
                tst-filter-server \
+               tst-rcv-own-msgs  \
                tst-bcm-cycle     \
                tst-bcm-tx_read   \
                tst-bcm-rtr       \
@@ -63,6 +67,7 @@ PROGRAMS =    tst-raw           \
                tst-bcm-tx-sendto \
                tst-bcm-dump      \
                tst-proc          \
+               gwtest            \
                canecho
 
 all: $(PROGRAMS)