Skip to content

Commit

Permalink
Refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed May 23, 2024
1 parent d94945d commit d2db79c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion runtime/flags.gnustep
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
-L/usr/lib
-L/usr/lib/x86_64-linux-gnu
-L/usr/lib/aarch64-linux-gnu
-lgnustep-gui
-lgnustep-base
-lobjc
12 changes: 2 additions & 10 deletions test/test-camlkit-base/dune
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
(test
(name test_objc)
(modules test_objc)
(package camlkit-base)
(build_if (= %{context_name} "default"))
(libraries camlkit-base.foundation camlkit-base.runtime alcotest))

(test
(name test_stret)
(modules test_stret)
(tests
(names test_objc test_stret)
(package camlkit-base)
(build_if (= %{context_name} "default"))
(libraries camlkit-base.foundation camlkit-base.runtime alcotest))
1 change: 0 additions & 1 deletion test/test-camlkit/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(test
(name test_camlkit)
(modules test_camlkit)
(package camlkit)
(build_if (= %{context_name} "default"))
(libraries camlkit-base.foundation camlkit-base.runtime camlkit alcotest))

0 comments on commit d2db79c

Please sign in to comment.