Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
unit: Remove unrelated test cases that are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Feb 1, 2015
1 parent 034ae90 commit 47a050d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 452 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ tools/session-test
tools/netlink-test
unit/test-ippool
unit/test-nat
unit/test-pbkdf2-sha1
unit/test-prf-sha1

doc/*.bak
doc/*.stamp
Expand Down
12 changes: 2 additions & 10 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -254,22 +254,14 @@ client_connmanctl_LDADD = gdbus/libgdbus-internal.la @DBUS_LIBS@ @GLIB_LIBS@ \
-lreadline -ldl
endif

noinst_PROGRAMS += unit/test-pbkdf2-sha1 unit/test-prf-sha1 unit/test-ippool

unit_test_pbkdf2_sha1_SOURCES = unit/test-pbkdf2-sha1.c \
src/shared/sha1.h src/shared/sha1.c
unit_test_pbkdf2_sha1_LDADD = @GLIB_LIBS@

unit_test_prf_sha1_SOURCES = unit/test-prf-sha1.c \
src/shared/sha1.h src/shared/sha1.c
unit_test_prf_sha1_LDADD = @GLIB_LIBS@
noinst_PROGRAMS += unit/test-ippool

unit_test_ippool_SOURCES = src/log.c src/dbus.c src/error.c \
src/ippool.c unit/test-ippool.c
unit_test_ippool_LDADD = gdbus/libgdbus-internal.la \
@GLIB_LIBS@ @DBUS_LIBS@ -ldl

TESTS = unit/test-pbkdf2-sha1 unit/test-prf-sha1 unit/test-ippool
TESTS = unit/test-ippool

if WISPR
noinst_PROGRAMS += tools/wispr
Expand Down
311 changes: 0 additions & 311 deletions unit/test-pbkdf2-sha1.c

This file was deleted.

Loading

0 comments on commit 47a050d

Please sign in to comment.