]> rtime.felk.cvut.cz Git - can-eth-gw.git/commit
source cleaning, improving and adding tests
authorRadek Matějka <radek.matejka@gmail.com>
Wed, 19 Dec 2012 06:05:53 +0000 (00:05 -0600)
committerRadek Matějka <radek.matejka@gmail.com>
Wed, 19 Dec 2012 06:05:53 +0000 (00:05 -0600)
commit92baeb4738b79ee30851234f448f5da8056f75f4
tree6ff962d004eee7b2c75c7f4ce9fa6521b35e7628
parentb727e37db5c673c2e0fd7ca46d9bd25101800272
source cleaning, improving and adding tests

Source of kernel module and cegw utility were cleaned from unused
code.
A new test focused on incorrect input handling was introduced.
The older test scripts were modified to work with the new version.
22 files changed:
distro/customroot/sbin/badinputtest [new symlink]
distro/customroot/sbin/cesend [new symlink]
distro/customroot/sbin/i0 [new symlink]
distro/customroot/sbin/i1 [new symlink]
distro/customroot/sbin/i2 [new symlink]
distro/customroot/sbin/mkcegwdev [new file with mode: 0755]
distro/customroot/sbin/t3
distro/customroot/sbin/t4 [deleted symlink]
kernel/canethgw.c
kernel/canethgw.h
test/i0 [new file with mode: 0755]
test/i1 [new file with mode: 0755]
test/i2 [new file with mode: 0755]
test/src/Makefile [new file with mode: 0644]
test/src/badinputtest.c [new file with mode: 0644]
test/t0
test/t1
test/t2
test/t3
test/t4 [deleted file]
test/t7 [deleted file]
utils/cegw/cegw.c