summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-09-22 23:04:19 +0200
committerGitHub <noreply@github.com>2020-09-22 23:04:19 +0200
commitb6033bd1c12ad03aef11b27b9ad5213e28bb7c6e (patch)
tree65263a96fc019f018a7b015e0649fa7afe5d821a /tests
parentMerge pull request #7132 from volta-networks/fix_ldp_sync_cmds (diff)
parentdoc: Update Documentation to note Solaris Unsupported status (diff)
downloadfrr-b6033bd1c12ad03aef11b27b9ad5213e28bb7c6e.tar.xz
frr-b6033bd1c12ad03aef11b27b9ad5213e28bb7c6e.zip
Merge pull request #7067 from donaldsharp/remove_solaris
Remove solaris
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/test_srcdest_table.c5
-rw-r--r--tests/subdir.am4
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/lib/test_srcdest_table.c b/tests/lib/test_srcdest_table.c
index 9d395bee8..dbfe85336 100644
--- a/tests/lib/test_srcdest_table.c
+++ b/tests/lib/test_srcdest_table.c
@@ -34,12 +34,7 @@
* should be added by autoconf if not present?
*/
#ifndef s6_addr32
-#if defined(SUNOS_5)
-/* Some SunOS define s6_addr32 only to kernel */
-#define s6_addr32 _S6_un._S6_u32
-#else
#define s6_addr32 __u6_addr.__u6_addr32
-#endif /* SUNOS_5 */
#endif /*s6_addr32*/
struct thread_master *master;
diff --git a/tests/subdir.am b/tests/subdir.am
index e54bfc4a3..2cdb214f0 100644
--- a/tests/subdir.am
+++ b/tests/subdir.am
@@ -17,16 +17,12 @@ TESTS_BGPD =
endif
if ISISD
-if SOLARIS
-TESTS_ISISD =
-else
TESTS_ISISD = \
tests/isisd/test_fuzz_isis_tlv \
tests/isisd/test_isis_lspdb \
tests/isisd/test_isis_spf \
tests/isisd/test_isis_vertex_queue \
# end
-endif
else
TESTS_ISISD =
endif