clean up
This commit is contained in:
parent
7723799e76
commit
d2152537ad
|
@ -1 +0,0 @@
|
||||||
# test_abc
|
|
|
@ -1,11 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "test_abc"
|
|
||||||
authors = [""]
|
|
||||||
|
|
||||||
[dependants.libraries]
|
|
||||||
|
|
||||||
[dependants.binaries]
|
|
||||||
hblang.version = "1.0.0"
|
|
||||||
|
|
||||||
[build]
|
|
||||||
command = "hblang src/main.hb"
|
|
|
@ -1,19 +0,0 @@
|
||||||
stn := @use("../../../libraries/stn/src/lib.hb");
|
|
||||||
.{log} := stn
|
|
||||||
|
|
||||||
Structure := struct {}
|
|
||||||
|
|
||||||
returner_fn := fn(): ?Structure {
|
|
||||||
structure := Structure.()
|
|
||||||
return structure
|
|
||||||
}
|
|
||||||
|
|
||||||
main := fn(): int {
|
|
||||||
ret := returner_fn()
|
|
||||||
if ret != null {
|
|
||||||
log.info("not null\0")
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "tests"
|
|
||||||
authors = ["able"]
|
|
||||||
|
|
||||||
[dependants.libraries]
|
|
||||||
|
|
||||||
[dependants.binaries]
|
|
||||||
hblang.version = "1.0.0"
|
|
||||||
|
|
||||||
[build]
|
|
||||||
command = "hblang src/main.hb"
|
|
|
@ -1,3 +0,0 @@
|
||||||
main := fn(): int {
|
|
||||||
return 0
|
|
||||||
}
|
|
|
@ -22,47 +22,11 @@ resolution = "1024x768x24"
|
||||||
|
|
||||||
[boot.limine.ableos.modules]
|
[boot.limine.ableos.modules]
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.tests]
|
|
||||||
# path = "boot:///tests.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.diskio_driver]
|
|
||||||
# path = "boot:///diskio_driver.hbf"
|
|
||||||
|
|
||||||
[boot.limine.ableos.modules.render_example]
|
[boot.limine.ableos.modules.render_example]
|
||||||
path = "boot:///render_example.hbf"
|
path = "boot:///render_example.hbf"
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.serial_driver]
|
|
||||||
# path = "boot:///serial_driver.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.serial_driver_test]
|
|
||||||
# path = "boot:///serial_driver_test.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.horizon]
|
# [boot.limine.ableos.modules.horizon]
|
||||||
# path = "boot:///horizon.hbf"
|
# path = "boot:///horizon.hbf"
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.horizon_testing_program]
|
[boot.limine.ableos.modules.ps2_mouse_driver]
|
||||||
# path = "boot:///horizon_testing_program.hbf"
|
path = "boot:///ps2_mouse_driver.hbf"
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.dt_buffer_test]
|
|
||||||
# path = "boot:///dt_buffer_test.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.svga_driver]
|
|
||||||
# path = "boot:///svga_driver.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.ps2_keyboard_driver]
|
|
||||||
# path = "boot:///ps2_keyboard_driver.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.filesystem_fat32]
|
|
||||||
# path = "boot:///filesystem_fat32.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.pumpkin_print]
|
|
||||||
# path = "boot:///pumpkin_print.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.ps2_mouse_driver]
|
|
||||||
# path = "boot:///ps2_mouse_driver.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.app_bar]
|
|
||||||
# path = "boot:///app_bar.hbf"
|
|
||||||
|
|
||||||
# [boot.limine.ableos.modules.test_abc]
|
|
||||||
# path = "boot:///test_abc.hbf"
|
|
||||||
|
|
Loading…
Reference in a new issue