guix/tests
Ludovic Courtès c9bf64d6d7 syscalls: Add more procedures for network interfaces.
* guix/build/syscalls.scm (sizeof*, type-size, write-type, write-types,
  read-type, read-types, define-c-struct): New macros.
  (SIOCSIFFLAGS, SIOCGIFADDR, SIOCSIFADDR): New variables.
  (sockaddr-in, sockaddr-in6): New C structs.
  (write-socket-address!, read-socket-address,
  set-network-interface-flags, set-network-interface-address,
  network-interface-address, configure-network-interface): New
  procedures.
2014-12-19 17:15:53 +01:00
..
base32.scm
base64.scm
build-utils.scm
builders.scm
derivations.scm
gexp.scm
guix-archive.sh
guix-authenticate.sh
guix-build.sh guix: scripts: Add GUIX_BUILD_OPTIONS environment handling. 2014-11-30 18:54:07 +01:00
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-lint.sh tests: Avoid Bash extension in 'tests/guix-lint.sh'. 2014-11-06 18:00:51 +01:00
guix-package.sh guix: scripts: Parse $GUIX_BUILD_OPTIONS separately. 2014-12-06 16:03:49 +01:00
guix-register.sh
guix-system.sh
hash.scm
lint.scm lint: Allow synopses that start with an abbreviation. 2014-11-07 17:52:11 +01:00
monads.scm
nar.scm tests: When a store item is to be deleted, make it statistically unique. 2014-11-04 21:13:28 +01:00
packages.scm packages: 'package-transitive-supported-systems' accounts for indirect deps. 2014-11-03 21:26:48 +01:00
pk-crypto.scm
pki.scm
profiles.scm tests: Use 'test-assertm' for profiles. 2014-12-15 23:01:56 +01:00
pypi.scm
records.scm
signing-key.pub
signing-key.sec
snix.scm
store.scm store: Invalidate caches once GC has run. 2014-11-04 21:13:28 +01:00
substitute-binary.scm
syscalls.scm syscalls: Add more procedures for network interfaces. 2014-12-19 17:15:53 +01:00
test.drv
ui.scm
union.scm
utils.scm