Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
573fe8df5d7dc227581ccf640009dfc3287bfc28
Need an empty Makefile even though there's no C code to test in the frontend directory. Yet.
Matthew Seaman
committed
13 years ago
commit 573fe8df5d7dc227581ccf640009dfc3287bfc28
parent
98b489d1f4548749332e3de162d2c537b276b2ab
1 file changed
+4
-0
added
tests/frontend/Makefile
@@ -0,0 +1,4 @@
+
+
# There's nothing to compile here
+
+
.include "../bsd.tests.mk"