mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-09 15:08:31 -04:00
core: migrate to dankgo shared go modules, embed quickshell in DMS
binary to mount at runtime, -c or DMS_SHELL_DIR overrides required to explicitly override embedded configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package shellembed
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestAvailableFalseWithoutTag(t *testing.T) {
|
||||
if Available() {
|
||||
t.Fatal("Available() should be false in untagged test builds")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user