aboutsummaryrefslogtreecommitdiff
path: root/src/sfml/sfml_tests.zig
diff options
context:
space:
mode:
authortslil clingman <>2021-10-30 16:54:03 -0400
committertslil clingman <>2021-10-30 16:56:41 -0400
commit6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 (patch)
tree38cbaff4f606689a149865d5708dadac47ee43db /src/sfml/sfml_tests.zig
parent48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff)
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'src/sfml/sfml_tests.zig')
-rw-r--r--src/sfml/sfml_tests.zig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sfml/sfml_tests.zig b/src/sfml/sfml_tests.zig
deleted file mode 100644
index 5977a07..0000000
--- a/src/sfml/sfml_tests.zig
+++ /dev/null
@@ -1,11 +0,0 @@
-//! Test suite. Most tests are fairly basic, as they're not testing the SFML itself
-
-const std = @import("std");
-
-test "all sfml tests" {
- const sf = @import("sfml.zig");
- std.testing.refAllDecls(sf.system);
- std.testing.refAllDecls(sf.window);
- std.testing.refAllDecls(sf.graphics);
- std.testing.refAllDecls(sf.audio);
-}