diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-02-09 16:29:06 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-02-09 16:29:06 +0100 |
| commit | f8334cb999d6ddf9edf307a967027228d45e87cb (patch) | |
| tree | f4adb9b3046aa59ef91357b44ce71ed26d0f5e65 | |
| parent | 2c12bf4e1ab93d84a3f6677b7561a1ce4e419f75 (diff) | |
| parent | 024064cb4ea9e8dc76eb887b470ba8b9b42da5f2 (diff) | |
Merge remote-tracking branch 'origin/master'
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index dedaebfdb..4403ef2a0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,9 +19,8 @@ include ../makeinclude CPPFILES =\ - unittests.cxx \ - animated.cxx \ adjuster.cxx \ + animated.cxx \ arc.cxx \ ask.cxx \ bitmap.cxx \ @@ -78,7 +77,6 @@ CPPFILES =\ pixmap_browser.cxx \ pixmap.cxx \ preferences.cxx \ - device.cxx \ radio.cxx \ resizebox.cxx \ resize.cxx \ @@ -95,8 +93,9 @@ CPPFILES =\ tiled_image.cxx \ tree.cxx \ twowin.cxx \ - valuators.cxx \ + unittests.cxx \ utf8.cxx \ + valuators.cxx \ windowfocus.cxx ALL = \ |
