Skip to content

Da-Huang/doodle-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

util

This library provides useful utils.


Modules


Requirements

  • g++ >= 4.8

Build & Clean

# Build
make

# Clean
make clean

Run All Unit Tests

# Normal Run
for i in `find -name "*_test"`; do $i; done

# Run with Heapcheck
for i in `find -name "*_test"`; do valgrind --tool=memcheck $i; done

About

This library provides useful utils.

Resources

Stars

Watchers

Forks

Packages

No packages published