11 lines
121 B
Bash
Executable File
11 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Run 'fedpkg local' first
|
|
|
|
cd dhcp-4.2.2/tests
|
|
make check
|
|
|
|
cd ../common/tests
|
|
make test_alloc
|
|
./test_alloc
|