Skip to content

jkm/dtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

dtest - Testing D modules

Consult its documentation for more information.

Cloning

To avoid cloning other branches (in particular the gh-pages branch which contains each build) consider cloning with --single-branch

$ git clone --single-branch --recursive url://to/repository

Don't forget to update the submodules if you haven't cloned recursively.

$ git submodule init; git submodule update;

Configure and Build

$ make

Testing

Testing dtest using dtest itself.

$ make dtest tests

Cleaning

Clean created binaries

$ make clean

Issues

Check for issues on github. Please report any issues you encounter.

Licence

This software is released under the Boost License 1.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published