Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/tests/meson.build b/tests/meson.build 2index 536c169..0ce23f1 100644 3--- a/tests/meson.build 4+++ b/tests/meson.build 5@@ -64,54 +64,6 @@ test('RandomIPv6Explicit', 6 ipcalc.full_path() + ' -6 -r 24' + '|grep Address' 7 ] 8 ) 9-test('HostnameIPv6Localhost', 10- testrunner, 11- args : [ 12- '--test-outfile', 13- ipcalc.full_path() + ' -6 -o localhost', 14- files('hostname-localhost-ipv6') 15- ] 16-) 17-test('HostnameIPv4Localhost', 18- testrunner, 19- args : [ 20- '--test-outfile', 21- ipcalc.full_path() + ' -4 -o localhost', 22- files('hostname-localhost-ipv4') 23- ] 24-) 25-test('HostnameIPv4LocalhostJson', 26- testrunner, 27- args : [ 28- '--test-outfile', 29- ipcalc.full_path() + ' -j -4 -o localhost', 30- files('hostname-localhost-ipv4-json') 31- ] 32-) 33-test('IPIPv6Localhost', 34- testrunner, 35- args : [ 36- '--test-outfile', 37- ipcalc.full_path() + ' -h ::1', 38- files('ip-localhost-ipv6') 39- ] 40-) 41-test('IPIPv4Localhost', 42- testrunner, 43- args : [ 44- '--test-outfile', 45- ipcalc.full_path() + ' -h 127.0.0.1', 46- files('ip-localhost-ipv4') 47- ] 48-) 49-test('IPIPv4LocalhostJson', 50- testrunner, 51- args : [ 52- '--test-outfile', 53- ipcalc.full_path() + ' -j -h 127.0.0.1', 54- files('ip-localhost-ipv4-json') 55- ] 56-) 57 # --class-prefix tests 58 test('AssignClassPrefix12', 59 testrunner,